    .container{
        border: 2px solid black;
        padding: 15px;
    width: 100%;
    height: auto;
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    margin: 1rem auto;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .fc-blocks{
        padding-top: 5px !important;
    }
    .card{
        margin-top: 10px;
    }
    #thumbwrap {
      position: relative;
      text-align: left;
      margin-top: 15px;
      display: inline-flex;
    }

    #thumbwrap a {
      text-decoration: none;
      color: #fff !important;
    }

    .thumb span {
      position: absolute;
      visibility: hidden;
    }

    .thumb:hover,
    .thumb:hover span {
      visibility: visible;
      top: 0;
      left: 100px;
      z-index: 1;
    }

    .headerInfo {
      background-color: black;
      padding: 10px;
      color: #fff;
      margin-bottom: 10px;
      text-align: center;
    }

    .homeBtn {
      color: #000;
      text-decoration: none;
    }
    .col{
        margin-top: 5px;
    }
    .inline-group {
      display: flex;
    }


    .form-group {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 0.25rem;
      padding-bottom: 1rem;
      backface-visibility: hidden;
      padding-right: 5px;
    }

    .form-group .label {
      font-family: inherit;
      font-size: 0.8rem;
      font-weight: 400;
      line-height: inherit;
      color: #121212;
      text-rendering: optimizeLegibility;
    }

    .form-group .input {
      font-family: inherit;
      font-size: 0.8rem;
      font-weight: normal;
      line-height: inherit;
      width: 100%;
      height: auto;
      padding: 0.75rem 1.5rem;
      margin: 0.25rem 0;
      border: none;
      outline: none;
      border-radius: 0.25rem;
      border-bottom: 2px solid transparent;
      color: #121212;
      background: #fff;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      text-transform: unset;
      text-rendering: optimizeLegibility;
    }
    .fc-block{
        margin-top: 5px;
    }
    .form-group .input-submit {
      font-family: inherit;
      font-size: 0.8rem;
      font-weight: 500;
      line-height: inherit;
      cursor: pointer;
      width: 100%;
      height: auto;
      padding: 0.75rem 1.5rem;
      margin-top: 1rem;
      border: none;
      outline: none;
      border-radius: 0.25rem;
      color: #fff;
      background: #86bc25;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
    }
.vl {
  border-left: 6px solid green;
  height: 100px;
}

input[type=file]::file-selector-button {
 font-size: 0.8rem;
  margin-right: 20px !important;
  border: none !important;
  background: #86bc25 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer;
  transition: background .2s ease-in-out !important;
}

input[type=file]::file-selector-button:hover {
  background: #86bc25 !important;
}
.form-control{
    font: inherit !important;
    line-height: normal !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    background: rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.15s ease !important;
    color: inherit !important;
}

#file-input{
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: inherit;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    margin: 0.25rem 0;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    border-bottom: 2px solid transparent;
    color: #121212;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    text-transform: unset;
    text-rendering: optimizeLegibility;
}

#file-input btn{
    background-color:#86bc25;
}
/*additions*/
	  .dwn-wrap { align-items: center; float: right; display: flex; }
	  .dwn-wrap span { padding-right: 10px; }
	  .dwn-wrap .form-group { width: auto !important;}
	  
	  .form-group .input-submit.htmlicon { color: transparent;
    background: transparent url(https://images.response.deloitte.com/EloquaImages/clients/DeloitteToucheLLP/%7Bac6741f8-ecd6-4462-8e8e-d30791cc5d6b%7D_eee-html-icon-11.png) no-repeat;
    background-size: contain;
    border: 2px solid #d3d3d3;
    box-shadow: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    outline: none; padding: 0; transition: 0.3s; }
	  .form-group .input-submit.plaintxticon { color: transparent;
    background: transparent url(https://images.response.deloitte.com/EloquaImages/clients/DeloitteToucheLLP/%7B537c24d7-e9ff-4756-80fe-105d7790bb73%7D_eee-txt-icon-11.png) no-repeat;
    background-size: contain;
    border: 2px solid #d3d3d3;
    box-shadow: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    outline: none; padding: 0; transition: 0.3s; }
	  
	  .form-group .input-submit.clearicon { color: transparent;
    background: transparent url(https://images.response.deloitte.com/EloquaImages/clients/DeloitteToucheLLP/%7Bf2d8882d-efa3-4e41-a4d8-f2b99071c890%7D_eee-reset-icon.png) no-repeat;
    background-size: contain;
    border: 2px solid #d3d3d3;
    box-shadow: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    outline: none; padding: 0; margin-left: 10px;
    margin-top: 7px; }
	  .wrap-top-section { display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto; transition: 0.3s;}
	  .wrap-top-section2 { display: flex; width: 100%; margin: 0 auto; justify-content: space-between;
    align-items: center;}
	  
	 .form-group .input-submit.htmlicon:hover,.form-group .input-submit.plaintxticon:hover,.form-group .input-submit.clearicon:hover  { border-color: #86bc25; }
	  .excel-icon { 
    background: transparent url(https://images.response.deloitte.com/EloquaImages/clients/DeloitteToucheLLP/%7B9fce4792-2597-4129-a190-ad6f680727be%7D_eee-xls-icon.png) no-repeat;
    background-size: contain;
    border: 2px solid #d3d3d3;
    box-shadow: none;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    outline: none; padding: 0;     display: inline-block; }
	  .oroption { background-color: #E3E48D; display: inline-block; padding: 4px 10px; border: 1px solid #d3d3d3; margin-bottom: 3px; color: #000;  }
	  
	  .blkwrap,.blkwrap2 { display: block !important;  width: 100%;  }
	  .blkwrap2 { width: auto !important; }
.spreadsheetSty{
    border: none !important;
    background-color: #fff !important;
}
.spreadsheetBody{
  min-height:0px !important;
  padding:0px !important;
}
.errordiv{margin-top:30px;}
.errormsg { text-align:center;background-color: #DA291C; display:none; padding: 4px 10px; border: 1px solid #DA291C; margin-bottom: 3px; color: #fff;  }